home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / inter52g.zip / RB2NG116.ZIP / RB2NG.DOC < prev    next >
Text File  |  1995-07-22  |  3KB  |  83 lines

  1. RB2NG.PAS, RB2NG.EXE                    Version 1.16
  2.  
  3. Converts the Text Ralf Brown Interrupt Lists into one .NG file for
  4. use with NG or EH.  This program requires the NGML (Norton Guides
  5. Menu Linker) and the NGC (Norton Guides Compiler).  It also requires
  6. about 20 megabytes of free disk space.
  7.  
  8. Delete the files
  9.  
  10. MEMORY.LST
  11. PORT.LST
  12. CMOS.LST
  13. GLOSSARY.LST
  14. 86BUGS.LST
  15.  
  16. *if* you do not want them included in the .NG file.  Note that the
  17. format of the files has been changed slightly since this program
  18. was originally written so they do not all convert properly anymore.
  19.  
  20. You may delete some of the above files and keep others.
  21.  
  22. This program has only been tested on release 46 files.
  23.  
  24. This program is free and I don't take responsibility for any loss
  25. or damages, etc..  If you find this program useful, a postcard would
  26. be nice.
  27.  
  28. If you don't have the NGC or the NGML, you might be able to find a
  29. copy already compiled in the same place that you found this program.
  30.  
  31. Simply type
  32.  
  33. RB2NG
  34.  
  35. to load the program.  Specify the source path, where the text files
  36.  
  37. INTERRUP.A,B,C...
  38.  
  39. are to be found.
  40.  
  41. Then specify an output directory.  This could be a temporary
  42. directory that you have created.
  43.  
  44. The program reads the text files and creates files that can be
  45. compiled with the NGC in the specified output directory.  It also
  46. creates a batch file, CRB.BAT, which compiles and links the .NG
  47. file.  Simply type
  48.  
  49. CRB
  50.  
  51. in the output directory (with NGC and NGML on the path) and the .NG
  52. file will be created.
  53.  
  54. You are welcome to use this program freely but a postcard would be
  55. appreciated.  You are also welcome to fiddle with the source code, as
  56. long as you don't redistribute the modified code.  If you have any
  57. ideas you would like me to add, simply EMail them to me.
  58.  
  59. The code requires the Pure Power String Unit Version 1.06.  This is
  60. available at many FTP sites and BBS's as PSSTR106.ZIP.
  61.  
  62.  
  63. CONVERT.TXT
  64.  
  65. RB2NG looks in a file called CONVERT.TXT.  In this file are case
  66. convertions.  Because RB2NG converts the all uppercase RB List to
  67. lowercase, some words are converted incorrectly.  For example, BIOS
  68. becomes Bios.  Thus, to fix things like this, CONVERT.TXT contains
  69.  
  70. Bios|BIOS
  71.  
  72. which converts the text to the correct word.  You may have up to 99
  73. corrections in the file.  Each correction may be no longer than
  74. 21 letters, that is, 10 letters for each word and the | sign.  Make
  75. sure you copy CONVERT.TXT (with any further additions you have made
  76. in it) to the directory which has all the INTERRUP.? files.
  77.  
  78. See DETAILS.DOC for my address.
  79.  
  80. Ciao
  81. Michael Gallias
  82.  
  83.